home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Graphics / X-Mas Card / background_2708.txt < prev    next >
Encoding:
Text File  |  1986-10-27  |  2.2 KB  |  111 lines

  1. -- background: 2708 from stack: in
  2. -- bmap block id: 3220
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=203 top=300 right=334 bottom=242
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 6460 / 6460
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to previous card
  23. end mouseUp
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=281 top=300 right=334 bottom=320
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 6179 / 6179
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to next card
  41. end mouseUp
  42.  
  43.  
  44. -- part 3 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=241 top=300 right=338 bottom=282
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 20098 / 20098
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Home
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect iris close
  59.   go home
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 5 (field)
  65. -- low flags: 00
  66. -- high flags: 0004
  67. -- rect: left=156 top=116 right=137 bottom=366
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Card Company
  76.  
  77.  
  78. -- part 6 (field)
  79. -- low flags: 00
  80. -- high flags: 0007
  81. -- rect: left=156 top=140 right=269 bottom=365
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 21
  86. -- text size: 10
  87. -- style flags: 0
  88. -- line height: 13
  89. -- part name: Notes
  90.  
  91.  
  92. -- part 7 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=445 top=289 right=328 bottom=493
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 27056 / 27056
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Go back
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   visual effect iris close
  107.   pop card
  108.   go to stack "Mac-Christmas"
  109. end mouseUp
  110.  
  111.